home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 38 / Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso / -screenplay- / shareware / heretic&hexen_ports / heretic / .history next >
Text File  |  1999-01-25  |  2KB  |  48 lines

  1.  
  2.  
  3. 17-01-99
  4.     Added -mouse switch witch enables mouse usage.
  5.     PPC version works. it is very fast,so i dont see any reason
  6.     to optimize it.
  7.     Automap now works.
  8.  
  9. 16-01-99
  10.     Replaced all abs() calls with iabs(). I think i would newer
  11.     find it ;) Luckily Peter McGavin has pointed this in his
  12.     doom port. Thanks ;) Now graphics looks ok, and game is 
  13.     playable.
  14.     Started to compile ppc version.
  15.     The game sometimes crashes on exit. Double buffering is
  16.     now turned on by default. It can be turned off with 
  17.     -nodoublebuffer. -doublebuffer switch has been removed.
  18.     Added -fps switch to turning on online fps counter.
  19.  
  20. 15-01-99
  21.     Stack is increased automagially now.
  22.     Added -asl switch. asl screen mode selector will be shown
  23.     to select screen mode. If there is no -asl switch, default
  24.     PAL LORES will be used.
  25.  
  26. 14-01-99 (night)
  27.     As i thought. There must be something more screwed with
  28.     byte swapping. But at least i can see menu, and a demo
  29.     starts (showing big mess on screen).
  30.  
  31. 14-01-99 (morning)
  32.     Seems like ravensoft havent really care about byte swapping
  33.     in all their sources. I am trying to add byte swapping
  34.     whenewer possible, but there still can be some datas
  35.     not converted to big endian. 
  36.     So far replaced all references to patch_t structure with
  37.     SHORT() or LONG() conversion. I hope there is not any more
  38.     such a 'traps'.
  39.  
  40.     Amiga keyboard and display works. Added fidex mul and div 
  41.     routines. added doublebuffering (-doublebuffer switch)
  42.     for both cgx ang aga.Added window (-window) display and 
  43.     direct cgx rendering (-directcgx)
  44.     
  45. 13-01-99
  46.     Just downloaded source code.Start of developing.
  47.     Heretic first,than hexen ;)
  48.